home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 753 b | 25 lines | [TEXT/GEOL] |
- Item 1694521 16-Aug-90 12:11PDT
-
- From: A33 Drexel U, Computing Res Grp,ASC,PRA
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: Perf with Handles
-
- Performance with too many handles…
-
- Dave,
-
- How about replacing the arrays of arrays of handles of arrays…
- with a single heap object containing arrays etc of offsets into
- a second block that contains the data? This way, there are only
- two enormous blocks for the MM to dork with, and you gain a
- significant amount of space (since there is no master pointer
- associated the the offset value). Also, you can put some slack
- in the one block, so the user takes a hit only when he adds more
- data, etc.
-
- Carl Gustafson
-
-
-